-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 01: some .wallet files can not be read! #1
base: master
Are you sure you want to change the base?
Conversation
how to report an issue?
Another issue:
|
I'm having the same problem here:
|
Would you be interested in software that automatically finds TypeErrors caused by corner cases like this? I am building Fuzz Stati0n to do that (free for OSS) - please take a look and consider signing up for our newsletter to keep in touch |
I'm also seeing this error. Anyone have a workaround yet?
|
FYI - I just submitted a pull request that will solve the error @spuder mentioned (and perhaps some of the other issues as well). Of course, the maintainer would have to merge it in and publish another package, and it would seem he is MIA. Maybe I'll publish it under a different name or something. |
Do you know where I could find your version with the patches for the "fromPrivate" issue? |
@bretesq - The version with my fix is at https://github.com/DavidKDeutsch/read-multibit-wallet-file |
I have a multibit.key file and I´m not sure if it is an old wallet with BTC on it. |
@MCPCapital - I built/used this tool almost 2 years ago, so I forget the exact hoops I jumped through in order to get it to build. That being said, I still have that build on my linux box, so I pushed the generated files (plus an NPM shrinkwrap file, which is just a publishable version of package.lock) to my fork. So if you run:
Then it will install it directly from my fork. You should just be able to run it without building (if you already have the official one installed, you may want to uninstall it first). Note that during install you may see a bunch of errors regarding not being able to find Visual Studio and whatnot related to I tried it out on the test wallet files in the source code and it seemed to work (I don't have my old wallets around to test), so give it a shot and let me know how it works out. Of course, it would be easier for everyone if the real package were fixed, so @bgok, if you are out there - please take a look at my pull request and publish a working version to make everyone's lives easier :) UPDATE: I published the fix as an npm package (mbexport-rd). Still can't guarantee it will work, just that it worked a while ago on one of my wallets. |
@DavidKDeutsch Thank you! You saved my hind from the multibit classic debacle. |
@DavidKDeutsch Thanks for sharing your fix with the community. Unfortunately, I don't have access to the repository any more. I haven't been at KeepKey since 2018. I think that the Multibit repositories are still controlled by ShapeShift. Your repository at https://github.com/DavidKDeutsch/read-multibit-wallet-file is probably the best chance for people who need for this tool to work. |
Issue 01: some .wallet files can not be read!
see
https://github.com/drakoin/read-multibit-wallet-file/blob/master/issue-01.md
for details